Dew Stats for .NET
|
In this case a fixed smoothing constant Alpha is used in smoothing equations (no minimization is performed).
Parameters |
Description |
[In] TVec Y |
Time series data set. |
[In] TVec S |
Smoothed values (see above equation). Size and complex properties of S are set automatically. |
[In] double Alpha |
Defines initial estimate for Alpha, returns Alpha which minimizes MSE. |
out double MSE |
Returns MSE, evaluated for constant Alpha. |
[In] int InitMethod |
Defines how the initial values for S[0] are calculated. |
C# Example Load data, perform smoothing with Alpha = 0.33.
Load data, perform smoothing with Alpha = 0.33.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|